home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / intro.dxr / 00016_dialog loop.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  124 b   |  11 lines

  1. global gHaveNavs
  2.  
  3. on exitFrame
  4.   SetCursor(the mouseH, the mouseV)
  5.   go(the frame)
  6. end
  7.  
  8. on mouseDown
  9.   IntroMouseDown()
  10. end
  11.